home *** CD-ROM | disk | FTP | other *** search
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
- vertexshader("blur_right.vsh")
- pixelshader("blur.psh")
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- depthfunc("always", 0)
- nofog()
- }
- }
-
-